From: Richard M. Stallman Date: Fri, 25 Jul 1997 22:33:06 +0000 (+0000) Subject: Update leim/leim-list.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~80081 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7cf45b048e6e184543a616cfad20ce535516ea96;p=emacs.git Update leim/leim-list.el. Pass along value of $EMACS when updating lisp dir. --- diff --git a/make-dist b/make-dist index f65e4f499f7..af056e4fb40 100755 --- a/make-dist +++ b/make-dist @@ -204,7 +204,11 @@ then echo "Updating finder, custom and autoload data" - (cd lisp; make updates) + (cd lisp; make updates EMACS=$EMACS) + + echo "Updating leim-list.el" + + (cd leim; make leim-list.el EMACS=$EMACS) fi echo "Making lisp/MANIFEST"